home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0525 / pm.ba_ / pm.ba
Text File  |  1997-04-03  |  1KB  |  28 lines

  1. @ECHO OFF
  2.  
  3. echo Example of a Project Batch File
  4. echo ===============================
  5. echo .
  6. echo This is an example of a project batch file. It is for those who don't want 
  7. echo to use a project make file to build their project. To use a batch file to 
  8. echo build a project you would simply write a batch file to run the commands 
  9. echo needed to build the project.
  10. echo .
  11. echo To setup the Zeus project system to use this batch file you would need to 
  12. echo go to the Options Project menu and in the project command line you would 
  13. echo enter the following command:  sample.bat
  14. echo .
  15. echo You also need to click on the capture standard error to complete the task 
  16. echo of setting up the project (making sure the Zeus install directory is in the 
  17. echo system path).  Now you can build the project by loading the project batch 
  18. echo file (ie this file for example) using the Project Open menu command and 
  19. echo then using the Project Make menu command to make the project.
  20. echo .
  21. echo If you open this project batch file and then use the Project Make feature 
  22. echo you should see this text displayed in the project output screen. This shows 
  23. echo that the project batch file was in fact run. All that remains is for you to 
  24. echo write your own batch file suitable for your project building needs, load the
  25. echo batch file as the current project and then build the project.
  26. echo .
  27.  
  28.